home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
This Disc Bytes!
/
Power Computing - The Disc 2 - This Disc Bytes.ISO
/
pc
/
codewarr
/
macossup
/
headers
/
ansihead
/
stdarg.h
< prev
next >
Wrap
Text File
|
1995-08-02
|
300b
|
16 lines
#if __MWERKS__
#pragma options align=mac68k
#pragma direct_destruction off
#include <_stdarg.h>
#pragma options align=reset
#pragma direct_destruction reset
#endif
/* Change log:
*94June04 PlumHall baseline
*94Sept30 Applied diffs for Wed Aug 31 07:55:38 1994
*94Oct07 Inserted MW changes.
*/